TransformPoints(Matrix3x2,PointF[]) Method
In This Topic
Applies a geometric transform represented by the
System.Numerics.Matrix3x2 to the provided points.
Syntax
'Declaration
Public Overloads Shared Sub TransformPoints( _
ByVal As Matrix3x2, _
ByVal () As PointF _
)
public static void TransformPoints(
Matrix3x2 ,
PointF[]
)
Parameters
- matrix
- Transformation matrix.
- points
- An array of points to transform.
See Also